home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / KeePass / KeePass-1.20-Setup.exe / {app} / KeePass.chm / default.css < prev    next >
Cascading Style Sheet File  |  2011-06-28  |  7KB  |  337 lines

  1. /*
  2.     Design Copyright (c) 2003-2011 Dominik Reichl
  3.     Usage not permitted without specific prior written permission.
  4. */
  5.  
  6. body, p, div, h1, h2, h3, h4, h5, h6, ol, ul, li, td, th, dd, dt, a {
  7.     font-family: Verdana, Arial, sans-serif;
  8.     font-size: 13px;
  9.     color: #000000;
  10.     font-weight: normal;
  11. }
  12.  
  13. /* --------------------------------------------------------------------- */
  14.  
  15. body {
  16.     background-color: #FFFFFF;
  17.     background-image: url(./images/back.gif);
  18.     background-repeat: repeat;
  19.     background-attachment: fixed;
  20. }
  21.  
  22. p {
  23.     margin-left: 0px;
  24. }
  25.  
  26. ul {
  27.     /* margin-left: 20px;
  28.     list-style: disc; */
  29. }
  30.  
  31. h1 {
  32.     font-size: 20px;
  33.     font-weight: bold;
  34. }
  35.  
  36. h2 {
  37.     font-size: 18px;
  38.     font-weight: bold;
  39. }
  40.  
  41. h3 {
  42.     font-size: 15px;
  43.     font-weight: bold;
  44. }
  45.  
  46. h4 {
  47.     font-size: 13px;
  48.     font-weight: bold;
  49. }
  50.  
  51. h5 {
  52.     font-size: 12px;
  53.     font-weight: bold;
  54. }
  55.  
  56. h6 {
  57.     font-size: 10px;
  58.     font-weight: normal;
  59. }
  60.  
  61. hr {
  62.     height: 1px;
  63.     display: block;
  64.     color: #000080;
  65.     margin: 0px 0px 0px 0px;
  66.     padding: 0px 0px 0px 0px;
  67. }
  68.  
  69. pre {
  70.     font-family: monospace;
  71.     background-color: #E6E6E6;
  72.     font-size: 11px;
  73.     overflow: auto;
  74.     display: block;
  75. }
  76.  
  77. /* --------------------------------------------------------------------- */
  78.  
  79. a:visited {
  80.     text-decoration: none;
  81.     color: #0000DD;
  82. }
  83.  
  84. a:active {
  85.     text-decoration: none;
  86.     color: #6699FF;
  87. }
  88.  
  89. a:link {
  90.     text-decoration: none;
  91.     color: #0000DD;
  92. }
  93.  
  94. a:hover {
  95.     text-decoration: underline;
  96.     color: #6699FF;
  97. }
  98.  
  99. /* --------------------------------------------------------------------- */
  100.  
  101. div.menubox {
  102.     border: 1px solid #C5C5C5;
  103.     display: block;
  104.     margin: 0px 1px 0px 0px;
  105.     padding: 0px 0px 0px 0px;
  106.     background-color: #FFFFFF;
  107. }
  108.  
  109. div.menubox div.menutitle {
  110.     background-color: #C5C5C5;
  111.     background: url(./images/grad_h_gw.gif) repeat-y;
  112.     display: block;
  113.     font-weight: bold;
  114.     font-size: 10px;
  115.     padding: 1px 1px 1px 6px;
  116.     vertical-align: middle;
  117.     color: #005101;
  118.     white-space: nowrap;
  119. }
  120.  
  121. div.menubox div.menutitlewide {
  122.     background-color: #C5C5C5;
  123.     background: url(./images/grad_h_gw_186.gif) repeat-y;
  124.     display: block;
  125.     font-weight: bold;
  126.     font-size: 10px;
  127.     padding: 1px 1px 1px 6px;
  128.     vertical-align: middle;
  129.     color: #005101;
  130.     white-space: nowrap;
  131. }
  132.  
  133. div.menubox a {
  134.     display: block;
  135.     padding: 1px 1px 1px 1px;
  136.     border-collapse: collapse;
  137.     text-decoration: none;
  138.     font-size: 11px;
  139.     color: #000000;
  140.     vertical-align: middle;
  141.     cursor: hand;
  142. }
  143.  
  144. div.menubox a:visited, div.menubox a:active, div.menubox a:link {
  145.     border: 1px solid #FFFFFF;
  146. }
  147.  
  148. div.menubox a:hover {
  149.     border: 1px solid #0A246A;
  150.     border-radius: 2px;
  151.     -moz-border-radius: 2px;
  152.     background-color: #B6BDD2;
  153.     background-image: linear-gradient(top, #D9E5F9, #B8BED8);
  154.     background-image: -moz-linear-gradient(top, #D9E5F9, #B8BED8);
  155.     background-image: -webkit-gradient(linear, left top, left bottom, from(#D9E5F9), to(#B8BED8));
  156. }
  157.  
  158. /* --------------------------------------------------------------------- */
  159.  
  160. table.tablebox, table.tablebox75 {
  161.     background-color: #AFB5CF;
  162.     margin: 0px 0px 0px 0px;
  163.     padding: 0px 0px 0px 0px;
  164.     border-left: 1px solid #AFB5CF;
  165.     border-right: 0px none;
  166.     border-top-width: 0px;
  167.     border-bottom-width: 0px;
  168.     border-collapse: collapse;
  169. }
  170.  
  171. table.tablebox {
  172.     width: 100%;
  173. }
  174.  
  175. table.tablebox75 {
  176.     width: 75%;
  177.     margin-left: 12.5%;
  178.     margin-right: 12.5%;
  179. }
  180.  
  181. table.tablebox tr th, table.tablebox75 tr th {
  182.     background-color: #EEEEEE;
  183.     font-weight: bold;
  184.     background: url(./images/grad_v_gw.gif) repeat-x top;
  185.     border-bottom: 1px solid #AFB5CF;
  186.     border-left: 0px none;
  187.     border-right: 1px solid #AFB5CF;
  188.     border-top: 1px solid #AFB5CF;
  189.     empty-cells: show;
  190.     padding: 2px 2px 2px 5px;
  191.     white-space: nowrap;
  192.     text-align: left;
  193. }
  194.  
  195. table.tablebox tr td, table.tablebox75 tr td {
  196.     background-color: #F0F0F0;
  197.     font-weight: normal;
  198.     border-bottom: 1px solid #AFB5CF;
  199.     border-left: 0px none;
  200.     border-right: 1px solid #AFB5CF;
  201.     border-top: 0px none;
  202.     padding: 5px 5px 5px 5px;
  203.     empty-cells: show;
  204.     text-align: left;
  205. }
  206.  
  207. /* --------------------------------------------------------------------- */
  208.  
  209. img {
  210.     border: 0px none;
  211. }
  212.  
  213. img.singleimg {
  214.     border: 0px none;
  215.     vertical-align: middle;
  216. }
  217.  
  218. /* --------------------------------------------------------------------- */
  219.  
  220. input.sansedit, textarea.fixededit {
  221.     border: 1px solid #C5C5C5;
  222.     padding-top: 1px;
  223. }
  224.  
  225. input.sansedit:hover, input.sansedit:focus, textarea.fixededit:hover, textarea.fixededit:focus {
  226.     border: 1px solid #000000;
  227. }
  228.  
  229. input.sansedit {
  230.     font-family: Verdana, Arial, sans-serif;
  231.     font-size: 13px;
  232. }
  233.  
  234. textarea.fixededit {
  235.     font-family: monospace;
  236.     display: block;
  237. }
  238.  
  239. /* --------------------------------------------------------------------- */
  240.  
  241. div.tooltipex {
  242.     position: absolute;
  243.     display: none;
  244.     background-color: #FFFFE0;
  245.     padding: 1px 1px 1px 1px;
  246.     filter: alpha(opacity=90);
  247.     opacity: 0.9;
  248.     -moz-opacity: 0.9;
  249.     border: 1px solid #000000;
  250. }
  251.  
  252. /* --------------------------------------------------------------------- */
  253.  
  254. div.specificbox {
  255.     border: 1px dashed #808080;
  256.     display: block;
  257.     background-color: #EEF0FF;
  258.     padding-top: 1px;
  259.     padding-left: 2px;
  260.     padding-right: 2px;
  261.     padding-bottom: 2px;
  262. }
  263.  
  264. div.specificbox div.specifictitle {
  265.     font-size: 10px;
  266.     font-weight: bold;
  267.     border-left: 0px none;
  268.     border-right: 0px none;
  269.     border-bottom: thin dotted #808080;
  270.     border-top: 0px none;
  271.     text-align: left;
  272.     margin-bottom: 3px;
  273. }
  274.  
  275. /* --------------------------------------------------------------------- */
  276.  
  277. table.sectionsummary {
  278.     width: 100%;
  279.     border: thin dashed #808080;
  280.     background-color: #F0F8FF;
  281.     margin: 0px 0px 0px 0px;
  282.     padding: 0px 0px 0px 0px;
  283. }
  284.  
  285. table.sectionsummary tr td {
  286.     border: 0px;
  287.     vertical-align: middle;
  288.     font-size: 10px;
  289.     font-weight: normal;
  290.     margin: 0px 0px 0px 0px;
  291.     padding: 0px 0px 0px 0px;
  292.     border-collapse: collapse;
  293. }
  294.  
  295. table.sectionsummary tr td h1 {
  296.     display: inline;
  297.     font-size: 20px;
  298.     font-weight: normal;
  299. }
  300.  
  301. /* --------------------------------------------------------------------- */
  302.  
  303. h2.sectiontitle {
  304.     display: block;
  305.     font-size: 13px;
  306.     font-weight: bold;
  307.     color: #000000;
  308.     background: url(./images/grad_v_dlb_tall_light.png) repeat-x top;
  309.     border: 1px solid #AFB5CF;
  310.     color: #005101;
  311.     min-height: 19px;
  312.     vertical-align: middle;
  313.     margin: 0px 0px 0px 0px;
  314.     padding: 2px 0px 0px 6px;
  315. }
  316.  
  317. /* --------------------------------------------------------------------- */
  318.  
  319. td.helptopheader {
  320.     background-image: url(./help/images/b32x68_headerbg.png);
  321.     background-repeat: repeat-x;
  322. }
  323.  
  324. /* --------------------------------------------------------------------- */
  325.  
  326. p.pagebreak {
  327.     page-break-after: always;
  328. }
  329.  
  330. /* --------------------------------------------------------------------- */
  331.  
  332. div.tipdiv {
  333.     background-color: #FFFFE0;
  334.     padding: 1px 1px 1px 1px;
  335.     border: 1px solid #000000;
  336. }
  337.